home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / title.dir / 00001_start movie.ls next >
Encoding:
Text File  |  1997-02-20  |  475 b   |  34 lines

  1. on startMovie
  2.   cursor(200)
  3.   set the keyDownScript to EMPTY
  4.   set the keyUpScript to EMPTY
  5.   preLoadCast()
  6. end
  7.  
  8. on doQuit
  9.   sound close 1
  10.   sound close 2
  11.   sound close 3
  12.   sound close 4
  13. end
  14.  
  15. on doColDepthQuit
  16.   sound close 1
  17.   sound close 2
  18.   sound close 3
  19.   sound close 4
  20.   if the machineType <> 256 then
  21.     go("macOut")
  22.   else
  23.     go("pcOut")
  24.   end if
  25. end
  26.  
  27. on stopMovie
  28.   sound close 1
  29.   sound close 2
  30.   sound close 3
  31.   sound close 4
  32.   set the keyDownScript to EMPTY
  33. end
  34.